/** 
 *Theme Name: Mfisp
 *Theme URI: https://www.mfisp.com
 *Author: Joker
 *Author URI: https://www.mfisp.com
 *Description: 这是一个主题描述（主题描述） 
 *Version: 1.0（主题版本）
 */


/*公共样式*/
.wrapper{width: 1200px;max-width: 100%;margin: 0px auto;}
.space2x{padding:40px 0}
.space3x{padding:60px 0}
.bg-white{background-color:#fff}
.bg-ash{background-color: #eef4fb!important;}
.mf-mgt{margin-top:15px;}
.mf-mgb{margin-bottom:15px;}
.mf-radius{border-radius:5px;}
.mf-box{background-color: rgb(255, 255, 255);box-shadow: rgb(98 124 153 / 10%) 0px 0px 2px;position: relative;padding:20px;line-height: 28px;}
.single-content {display: flex;}
.open-message{border-radius: 5px; background: #f9f9f9;color: #4b8cfd; padding: 15px; font-size: 13px; line-height: 30px;}
.open-message p{margin:0}
.open-message p a{color: #4b8cfd;}
.open-message p a:hover{text-decoration: underline;}
.search .none{display: none;}

@media (min-width: 1400px) {
    .container {
        width: 1300px;
    }
}


/*表格样式*/
.entry-content{
    font-size: 16px;
    position: relative;
}
.entry-content blockquote {
    margin:0;
    box-sizing: border-box;
    font-family: 思源宋体 CN SemiBold;
    font-size: 16px;
    line-height: 29px;
    color: #797C80;
    background: #F5F6F7;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 1.2em;
    padding:1em!important
}
.entry-content blockquote p{
    margin:0
}
.entry-content blockquote p + p{
    margin-top:1.2em;
}
.entry-content blockquote small {
    float: right;
    margin-top: 25px;
    color: rgba(0,0,0,.44);
    font-style: italic
}

.entry-content > ol,.entry-content > ul{
    padding:0;
    margin-bottom: 1.2em;
    margin-left: 2em;
    line-height: 1.8;
}
.entry-content pre{
    white-space: revert;
    /* overflow-x: scroll; */
    overflow-y: hidden;
}
.entry-content pre code,.content-show-roles pre code{
    background:none;
    white-space: pre;
}
.entry-content p > code{
    color: #d63200;
    background-color: #f8f8f8;
}
.has-text-align-center{
    text-align: center;
}
.entry-content > pre ol li{
    margin:0!important
}
.entry-content > ol{
    list-style: decimal;
}
 .entry-content > ul{
    list-style: disc;
}

.entry-content > li ul{
    list-style: circle;
    margin-bottom: 0.8em;
    margin-left: 2em;
}
.entry-content img{
    max-width: 100%;
    height:auto;
    text-align: center;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-content > p a{
    text-decoration: none;
    cursor: pointer;
}
.entry-content > h1{
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}
.entry-content > h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}
.entry-content h2::before{
    display: none;
}
.entry-content > h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 20px;
}
.entry-content > h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 18px;
}
.entry-content > h5{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 18px;
}
.entry-content > h6{
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 16px;
}
.entry-content p, .entry-content div {
    margin-bottom: 15px;
    word-wrap: break-word;
    word-break: normal;
    line-height: 1.8;
    font-size: 15px;
}
.entry-content p > a:hover{
    text-decoration: underline;
}
.content-excerpt{
    margin-bottom: 40px;
    padding: 20px;
    background: #F5F6F7;
    position: relative;
    font-size: 16px;
    font-family: 思源宋体 CN SemiBold,SimSun,fangsong;
    color: #797C80;
}
.entry-content table {border-collapse: collapse;border-spacing: 0;width: 100%;margin: 20px 0;}
.entry-content table thead {font-weight: 700;border-top: 1px solid #f5f6f7;}
.entry-content table tbody tr:nth-child(odd) {background: #f7f9fa;}
.entry-content table td,.entry-content table th {padding: 12px 20px;border: 1px solid #f5f6f7;font-size: 13px;text-align: left;word-wrap: break-word;word-break: break-all;white-space: normal;}





/*菜单 menu-4*/
.site-header{
        background: linear-gradient(45deg, #0f4c95 6%, #1e88e5 63%, #40BAF5 95%);
}
.site-header .navbar-brand{
    padding-top: 10px; 
}
.navbar-brand > img{
    height: 40px;
}
.site-header .sub-menu{
    /*display: flex;*/
    padding:15px 30px;
    border-radius: 5px;
	position: absolute;
	top: 100%;
	left: 0;
	background: #ffffff;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(0) translateY(20px);
    transform: translateX(0) translateY(20px);
    -webkit-transform-origin: top;
    transform-origin: top;
}
.site-header .menu-item span{
    line-height: 60px;
    padding: 3px 0;
    color: #fff;
    margin-left: 2px;
}
.site-header .sub-menu span{display: none}
.site-header .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    z-index: 999;
    transform: translateY(0);
    -webkit-transition: all .25s;
    transition: all .25s;
}
.site-header .menu-item{
    display: flex;
    line-height: 1;
    padding-left: 12px;
	padding-right: 12px;
	position: relative;
}
.site-header .sub-menu li ul{
    margin-top:5px;
    padding: 0;
    list-style-type: none;
}
.site-header .sub-menu li ul a{
    font-size: 14px;
    font-weight: 400;
    color: #333;
    padding: 4px 0;
    display: flex;
    align-items: center;
    margin-top: 5px;
    border: 0;
}
.site-header .sub-menu li a{
    border-bottom: 1px solid #f5f6f7;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
}
.site-header .sub-menu > li{
    margin: 0 10px;
    list-style-type: none;
}
.site-header .sub-menu > li > a{
    border-bottom:1px solid #f5f6f7;
    font-size: 15px;
    font-weight: 600;
    padding-bottom:10px;
}

/*首页*/
.section-title {font-size: 32px;color: #242D4E;line-height: 64px;font-weight: 400;margin: 0;}
.section-subtitle {font-size: 16px;color: #8B9DB6;line-height: 32px;margin-bottom: 30px;}

.index-notice-search{
    position: absolute;
    bottom: -65px;
    z-index: 999;
    left: 20%;
}
.notice-search{
    background: #fff;
    /* box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%); */
    box-sizing: border-box;
    padding: 30px;
    border-radius: 5px;
}
.search-form {
    position: relative;
    font-size: 0;
    text-align: center;
}
.search-input {
    display: inline-block;
    min-width: 50%;
    height: 42px;
    padding: 5px 15px;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    text-align: left;
    border: 0;
    vertical-align: top;
    background: #fff;
    outline: 0;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
    -webkit-appearance: none;
}
.search-button {
    display: inline-block;
    padding: 0 20px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    border: 0;
    vertical-align: top;
    background: #2c9dec;
    outline: 0;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 3px 1px rgb(200 200 200 / 3%);
    box-shadow: 0 0 3px 1px rgb(200 200 200 / 3%);
}

.pages-company-main {
    display: flex;
}
.company-main-item {
    flex: 1;
    text-align: center;
}
.company-main-item-icon {
    width: 100px;
    margin: 0 auto 20px;
}
.company-main-item-icon img {
    max-width: 100%;
}
.company-main-item h4 {
    font-size: 14px;
    margin: 0;
}

.filters li {
    display: inline-block;
    margin: 0 15px 20px 0;
}
.filters li span {
    display: inline-block;
    white-space: nowrap;
    padding: 8px 20px;
    position: relative;
    cursor: pointer;
    background-color: #eee;
    border-radius: 20px;
}
.filters li.on span {
    background-color: #49a8fa;
    color: #fff;
    font-weight: 700;
}
.pro-list .pro-item{
    display: none;
}
.pro-list .on{
    display: block;
}
.index-service .c-grid {
    display: table;
    box-sizing: border-box;
    width: 100%;
    table-layout: fixed;
}
.index-service .item {
    color: #EEE;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.index-service .item .item-image i {
    margin-right: 15px;
    font-size: 60px;
    color: #4685f6;
}
.index-service .item .item-title {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    margin: 5px 0 5px;
    color: #242D4E;
}
.index-service .item .item-text {
    line-height: 1.6;
    color: #8B9DB6;
    margin: 0;
}

/*关于*/
.index-about{overflow: hidden;position: relative;background-attachment: fixed;background-repeat: no-repeat;background-position: center top;}
.index-about .section-about{max-width: 800px;text-align: center;margin: 0 auto;line-height: 30px;font-size: 16px;}
.index-about .section-about h2, .index-about .section-about .section-subtitle{color: #fff}
.index-about .about-main {padding: 15px;text-align: center;background-color: #ffffff;border-radius: 4px;opacity: .8;}
.index-about .about-icon {display: flex;align-items: center;justify-content: center;height: 100px;}
.index-about .about-icon img {max-width: 60px;}
.index-about .about-title {color: #333;font-size: 16px;}
.index-about .about-text {color: #999;}

.index-post .post-title > h2{margin: 0;font-size: 22px;text-align: left;border-bottom: 1px solid #ffffff;padding: 16px 20px;font-weight: 600;}

.index-news .news-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dddddd;
}
.index-news .news-title h4 {
    font-size: 22px;
    color: #333;
    border-bottom: 2px solid #2e95ff;
    padding-bottom: 12px;
    margin: 0;
}
.index-news .news-list > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 30px;
    background: #eef4fb;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 10px;
    cursor: pointer;
}
.index-news .news-list .news-day{
    margin-left: 15px;
    text-align: center;
    min-width: 90px;
    border-left: 1px solid #dedede;
    box-sizing: border-box;
}
.index-news .news-list p:nth-child(1){
    font-size: 30px;
    color: #2e95ff;
}
.index-news .news-list p:nth-child(2){   
    font-size: 14px;
    color: #999;
    margin: 6px 0 0;
}
.index-news .news-list .news-content h6{
    margin: 0 0 10px 0;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index-news .news-list .news-content p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
}


/*.single .content-area, .page .content-area {max-width: calc(100% - 316px);margin: 0px auto;width: 100%;}*/

/*栏目头图*/
.server_bg{color: #fff;background: linear-gradient(45deg, #0f4c95 6%, #1e88e5 63%, #40BAF5 95%);padding: 5% 0;background-position: top;background-size: cover;background-repeat: no-repeat;}
.server_bg h1{font-size: 34px;font-weight: bold;margin: 0 0 20px 0;}
.server_bg p{color: #fff;line-height: 28px;font-size: 14px;}

/*商品页*/
.price-table {background-color: #FFF;width: 100%;text-align: center;}
.price-row {display: flex;width: 100%;padding: 20px;align-items: center;justify-content: space-between;border-bottom: 1px solid #dae1e8;}
.price-row:not(.table-header):hover {box-shadow: 0 0 40px -10px rgba(34,41,47,0.2);z-index: 10;transition: all .3s ease-in-out;}
.price-header {color: #FFF;height: 40px;padding: 0 20px;font-size: 15px;font-weight: 600;background-color: #4685f6;}
.price-cell {line-height: 1.5;width: 10%;font-size:14px;}
.price-cell span.shop-item-delete{text-decoration: line-through;}
.price-yue {width: 6%;text-align: right;padding-right: 10px;color: red;}
.price-cell span {display: none;color: #606F7B;font-size: 12px;}
.server-number{width: 12%;}
.server-cpu{width: 17%}
.server-memory{width: 5%}
.server-disk{width: 15%;}
.server-bandwidth{width:15%;}
/*.server-ddos{width: 5%}*/
/*.server-ip{width: 6%}*/


.shop-crumbs{padding:10px;}
.shop-crumbs a,.shop-crumbs span{font-size: 12px;}
.shop-single-title {padding: 10px 15px;border-bottom: 1px solid rgb(245, 245, 245);font-weight: 600;}
.shop-entry-content{padding:10px 15px;font-size:14px;}
.shop-single-data{padding:0 10px 10px}
.shop-single-data ul {display: flex;flex-flow: wrap;padding: 0 14px;}
.shop-single-data li {font-size: 14px;margin-top: 10px;width: 50%;display: flex;padding: 6px 0;}
.shop-single-data li span {color: #aaaeb3;}
.shop-single-data li b.price{color:red}
.shop-single-data li b small{font-size: 12px;color:#333}

/*分页*/
.mf-pagenav{font-size: 13px;}
.mf-pagenav{padding:10px}
.ajax-pager .button.bordernone{
    border:0;
    color:#b2bac2;
    cursor: default;
    font-weight: 300;
    padding:6px;
    background: none;
}
.ajax-pager .button{
    margin-right:5px;
    font-weight: 600;
    padding:10px 16px;
    border:0;
    background: #f4f5f6;
    font-size:12px;
}
.ajax-pager > div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.ask-answer-list .ajax-pager > div{
    border-top: 1px solid rgb(69 96 201/9%);
    padding:10px
}
.ajax-pager .button[disabled],.ajax-pager .button.selected{
    border-color:#ccc0;
    color:#ccc;
    cursor: default
}
.mf-pagenav .btn-pager{
    justify-content: flex-end;
    display: flex;
    flex: 1 0 auto;
}

.jump-page input{
    width:100%;
    border-radius: 3px
}
.pager-center{
    border:1px solid #ccc;
    display: flex;
    align-items: center;
    border-radius: 3px;
    box-shadow: 0px 1px 1px rgba(0,0,0,.1) inset;
    color:#b2bac2;
    cursor: pointer;
    font-size: 12px;
    background-color: #fff;
    padding: 0 8px 0 5px;
    margin: 0;
}
.pager-center input{
    width: 40px;
    border: 0;
    padding: 0;
    padding: 9px 5px;
    background: #F5F6F7;
    border-radius: 3px;
    margin-right:2px;
    background: none;
}
.ajax-pager .button.b2-loading:after{
    background-color: #f4f4f5;
}
.ajax-pager .btn-pager .button{
    margin-right:0;
    margin-left:5px
}
.btn-group{
    display: flex
}
.ajax-more{
    justify-content: space-between;
}
.ajax-more .pager-center{
    padding-right:0
}
.pager-center button{
    padding:0 10px
}
.ajax-pager .ajax-more button{
    margin-right:0;
    margin-left: 10px;
}


/*页脚*/

.site-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #4e6380;
    background-color: #061027;
}
.site-footer a {
    color: #4e6380;
}
.footer-center h2{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 25px;
    margin-bottom: 10px;
}
.footer-center .foot-right{
    display: flex;
}
.footer-center .foot-right li{
    width: 30%;
    margin-left: 50px;
}
.footer-center .foot-right a{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #7d87a5;
}


.link-block {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
.site-footer .footer-center .footer-widget h2{
    font-size: 16px;
    border-bottom: 1px solid #1e2540;
    padding: 16px 0;
    font-weight: 600;
    line-height: 1;
    margin-top: 0;
}
.site-footer .footer-widget ul li{
    display: inline-flex;
    width: 24%;
    align-items: center;
    position: relative;
    padding: 10px 0;
    box-sizing: border-box;
/*     justify-content: center; */
}
.site-footer .links-widget .links-icon {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: block;
    margin-right: 10px;
    opacity: .8;
}
.site-footer .links-widget h4{
    margin: 5px 0;
    font-weight: 600;
    font-size: 14px;
}
.site-footer .links-widget p {
    font-size: 12px;
    margin: 0;
}
.footer-links {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0;
    border-radius: 3px;
    position: relative;
    background: rgb(0 0 0 / 3%);
    margin-top: 20px;
}
.footer-links ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-links ul li {
    padding: 5px 8px;
}
.footer-bottom{
    display: flex;
    margin-top: 10px;
    padding: 20px 0 0;
    border-top: 1px solid #1e2540;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom-left {
    display: flex;
    align-items: center;
}
.beian {
    display: flex;
    align-items: center;
}

/*右侧固定条*/
.aside-container .bar-user-info{
    background-color:#fff;
    box-shadow: -8px 0px 35px 0px rgba(181, 181, 181, 0.32);
    position: relative;
    z-index: 999;
}
.aside-container{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: #fff; */
    height: 100%;
    z-index: 3;
    display: flex;
    flex-flow: wrap;
}
.aside-bar{
    width: 36px;
    height: 100%;
    position: relative;
}
.bar-middle{
    position: absolute;
    bottom: 50%;
    right: 0;
    z-index: 100;
}
.aside-bar .gdd-quick-link-buy-vip{
    padding:0 4px!important
}
.bar-normal{
    box-shadow: -8px 0px 35px 0px rgb(181 181 181 / 32%);
    background-color: #fff;
}
.bar-footer{
    position: absolute;
    bottom: 23%;
    right: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: -8px 0px 35px 0px rgb(181 181 181 / 32%);
}
.aside-bar > div > div{
    position: relative;
    cursor: pointer;
    text-align: center;
}
.aside-bar > div > div + div{
    border-top:1px solid #F5F6F7;
}
.bar-normal > div,.bar-footer > div{
    position: relative;
    padding: 10px
}
.bar-item i{
    font-size: 20px;
    color:#5f6575;
    position: relative;
    z-index: 2;
}

.bar-item-desc.bar-qrcode-box{
    position: absolute;
    text-align: right;
    color: #fff;
    padding: 9px 45px 9px 5px;
    font-size: 14px;
    border-radius: 15px 0 0 15px;
    display: none;
    line-height: 1;
    box-sizing: border-box;
    width: 120px;
    bottom: -65px;
    top: inherit;
    background: none;
    padding-right: 0;
    right: 43px;
}
.aside-bar .bar-qrcode .bar-item-desc {
    width: 400px;
}
.bar-qrcode-box ul {
    display: flex;
    flex-flow: wrap-reverse;
    justify-content: flex-end;
}
.bar-qrcode-box li {
    width: 120px;
    margin-right: 10px;
}
.bar-item-desc.bar-qrcode-box li {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 0 10px 10px;
    box-sizing: border-box;
}
.bar-item-desc.bar-qrcode-box img {
    display: block;
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.bar-item-desc.bar-qrcode-box p {
    font-size: 12px;
    color: initial;
    text-align: center;
    margin: 0;
}
.bar-item:hover .bar-item-desc{
    display: block;
}
.aside-container .bar-info {
    background-color: #fff;
    box-shadow: -8px 0px 35px 0px rgb(181 181 181 / 32%);
    position: relative;
    z-index: 999;
    height: 100%;
    transition: margin-top .3s;
    display: none;
}
.bar-info.active{
    display: block;
}
.bar-box {
    width: 280px;
    height: 100%;
    padding: 20px 10px;
}
.bar-info-row {
    border-radius: 3px;
    line-height: 28px;
    text-align: center;
    color: #2d2f33;
    font-size: 14px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}

.qq_list {
    padding: 20px 10px;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(3, 1fr);
}
.qq_list .barqq{
    margin-bottom: 10px;
}
.qq_list ul{padding: 0 10px;}
.qq_list li{font-size: 14px;list-style-type: none;line-height:30px;}